home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_bas / menuwat.zip / MWMDI2.FRM (.txt) < prev    next >
Visual Basic Form  |  1993-08-31  |  4KB  |  95 lines

  1. frmMWMDIChild
  2. MW MDI Child
  3. Form1
  4.     MenuWatch
  5. SKL_MenuWatch
  6. FileMenu
  7. &File
  8. FileNewOpt
  9. FileOpenOpt
  10. &Open...
  11. FileSaveOpt
  12. &Save
  13. FileSaveAsOpt
  14. Save &As...
  15. FileSep1
  16. FilePrefSubMenu
  17. &Preferences
  18. FilePrefViewOpt
  19. &View...
  20. FilePrefDialogsOpt
  21. &Dialogs...
  22. FileSep2
  23. FileExitOpt
  24. E&xit
  25. EditMenu
  26. &Edit
  27. EditUndoOpt
  28. &Undo
  29. EditSep1
  30. EditCutOpt
  31. EditCopyOpt
  32. &Copy
  33. EditPasteOpt
  34. &Paste
  35. DocMenu
  36.     &Document
  37. DocOpt1
  38. DocOpt&1
  39. DocSep1
  40. DocOpt2
  41. DocOpt&2
  42. MenuHelp7
  43. minMnuHlpIdx
  44. maxMnuHlpIdx
  45. FileExitOpt_Click
  46. FileNewOpt_Click
  47.     OnFileNew
  48.     Form_Load
  49. Form_Unload
  50. Cancel
  51.     gCountMDI
  52. frmMWDemo4
  53. pnHelp
  54. Visible
  55. MenuWatch_Close
  56. MenuWatch_Open
  57. MenuWatch_Select
  58. ItemID
  59. fSeparator
  60.  Declare form-global variables, etc.
  61. FileExitOpt_Click
  62.  DESCRIPTION
  63.  Bring the App to an End
  64. FileNewOpt_Click
  65.  DESCRIPTION
  66.  Let "OnFileNew" in the module "MWDemo" handle this event=
  67. Form_Load
  68.  DESCRIPTION
  69.  On Form Load, populate array of menu item help text snippets=
  70. Switch to next document
  71. [Separator]
  72. Close
  73. [Separator]
  74. Maximize
  75. Minimize
  76. Restore
  77. Move, size, or close document
  78. Form_Unload
  79.  DESCRIPTION
  80.  Whenever an MDI Child window is closed, decrement the count of open
  81.  MDI Child windows and make sure that the help status panel is hidden
  82. MenuWatch_Close
  83.  DESCRIPTION
  84.  When the "Menu Watch" control informs us that the user has completed=
  85.  any interaction with the menu, revert back to normal status bar
  86. MenuWatch_Open
  87.  DESCRIPTION
  88.  When the "Menu Watch" control informs us that the user has begun=
  89.  to interact with the menu, show the menu help status bara
  90. MenuWatch_Select
  91.  DESCRIPTION
  92.  When the "Menu Watch" control tells us that a menu option has been=
  93.  selected (highlighted), set the caption of the menu help status
  94.  bar to the appropriate text
  95.